projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee83b0
)
(apropos-mode): Turn on View mode.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Aug 1996 19:57:35 +0000
(19:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Aug 1996 19:57:35 +0000
(19:57 +0000)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index df8dc9305a0a405f4885d838ec48d55bdc6e5ffc..6dd736e880e580f1765298ba7adf6140dff61f8a 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-115,6
+115,7
@@
This looks good, but slows down the commands several times.")
(interactive)
(kill-all-local-variables)
(use-local-map apropos-mode-map)
+ (view-mode)
(setq major-mode 'apropos-mode
mode-name "Apropos"))